home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Apple Script
/
scripts
/
FileMaker & AppleScript
/
Property Examples
/
Window Properties
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-25
|
314 b
|
14 lines
|
[
TEXT/ToyS
]
tell application "FileMaker Pro"
class of window "Test1"
best type of window 2
default type of window -2
name of first window
bounds of window 1
visible of window 2
index of window 2
floating of window 2
zoomed of first window
zoomable of window 2
modal of window "Test1"
resizable of window 2
end tell